home *** CD-ROM | disk | FTP | other *** search
- /*
- * (C) 1992 SixxHeads Software
- * All Rights Reserved
- *
- * This code is freely distributable, but credit must be given in any
- * derivative work.
- *
- * <Revision History>
- * 04/28/92 smz Created.
- */
-
- #define _h_MenuList
-
- short DoInit(OSType creator);
- Boolean DoAppend(OSType creator, MenuHandle hMenu, short beforeID);
- Boolean DoDelete(OSType creator);
- Boolean DoRemove(OSType creator);
- Boolean DoClientDone(OSType creator);
- Boolean OwnedMenuHit(unsigned long result, OSType *creator, AEDescList* descList);
-
- void SendCancelledEvent(OSType creator);
- void SendMenuHitInfo(OSType creator, AEDescList *descList);
- void DeleteMenuHitInfo(OSType creator);
- Boolean NewHitList(OSType creator, short menuID, short item, AEDescList* descList);
-
- void InsertAllMenus(Boolean forShow);
- void RemoveAllMenus(Boolean forShow);
-